home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / c / SUPRALib.lha / SUPRALib / Doku / SupraLib11.readme < prev   
Text File  |  1999-05-17  |  1KB  |  51 lines

  1. Short:    New gfx/intuition/dos library functions
  2. Author:   Jure Vrhovnik (jurev@gea.fer.uni-lj.si)
  3. Uploader: jurev@gea.fer.uni-lj.si
  4. Type:     dev/c
  5.  
  6.  
  7.  Supra -- Extension functions to dos, intuition and graphics library
  8.  =====
  9.  
  10.  Version 1.1 (11. Apr 1995)
  11.  © Copyright by Jure Vrhovnik. All rights reserved.    
  12.  
  13.  
  14. NEW from v1.0:
  15.     - AddToolType() - add or change icon's tooltypes very easily
  16.     - Minor error in source code, which was causing some problems with
  17.       linking, is fixed. (pragmas weren't included)
  18.  
  19. Supra is a linked library which contains a few useful functions
  20. that are easy to use. A brief description of what it contains:
  21.  
  22.     o File copier
  23.     o Very easy but powerful recursive directory scanning
  24.     o Quick file type/existance checking
  25.     o Create an entire directory path (extension to CreateDir() )
  26.     o Image colour remapping (now you can show images in their real
  27.       colors on a workbench!)
  28.     o Obtain a list of best pens (extension to ObtainBestPen() )
  29. NEW o Add or change icon's tooltypes
  30.  
  31.  
  32. Here is a list of function names:
  33.  
  34.     - FCopy()
  35.     - FileType()
  36.     - RecDirInit()
  37.     - RecDirNext()
  38.     - RecDirTags()
  39.     - RecDirFree()
  40.     - MakePath()
  41.     - ObtPens()
  42.     - RelPens()
  43.     - MakeNewImg()
  44.     - FreeNewImg()
  45. NEW - AddToolType()
  46.  
  47. Every function is well documented (in Commodore's RKM amigaguide style),
  48. and there are some useful examples included in this archive.
  49.  
  50. Source code of functions and examples are included.
  51.